home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  2007-07-13  |  3KB  |  129 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 345
  3.   Top = 255
  4.   AlphaBlendValue = 225
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 393
  8.   ClientWidth = 394
  9.   Color = clWhite
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = False
  13.   Position = poOwnerFormCenter
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object pnlURLs: TPanel
  18.     Left = 0
  19.     Top = 336
  20.     Width = 394
  21.     Height = 57
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     Color = clWhite
  25.     TabOrder = 0
  26.     DesignSize = (
  27.       394
  28.       57)
  29.     object lbURLTeach2000: TTntLabel
  30.       Tag = 1
  31.       Left = 7
  32.       Top = 1
  33.       Width = 6
  34.       Height = 13
  35.       Cursor = crHandPoint
  36.       Caption = 'X'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = 9122575
  39.       Font.Height = -11
  40.       Font.Name = 'Tahoma'
  41.       Font.Style = [fsUnderline]
  42.       ParentFont = False
  43.       ParentShowHint = False
  44.       ShowAccelChar = False
  45.       ShowHint = True
  46.       Transparent = True
  47.       OnClick = LabelClick
  48.       OnMouseMove = LabelMouseMove
  49.       OnMouseLeave = LabelMouseLeave
  50.     end
  51.     object lbURLDonate: TTntLabel
  52.       Left = 379
  53.       Top = 1
  54.       Width = 6
  55.       Height = 13
  56.       Cursor = crHandPoint
  57.       Alignment = taRightJustify
  58.       Anchors = [akTop, akRight]
  59.       Caption = 'X'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = 9122575
  62.       Font.Height = -11
  63.       Font.Name = 'Tahoma'
  64.       Font.Style = [fsUnderline]
  65.       ParentFont = False
  66.       ParentShowHint = False
  67.       ShowAccelChar = False
  68.       ShowHint = True
  69.       Transparent = True
  70.       OnClick = LabelClick
  71.       OnMouseMove = LabelMouseMove
  72.       OnMouseLeave = LabelMouseLeave
  73.     end
  74.     object lbURLBasement: TTntLabel
  75.       Tag = 2
  76.       Left = 379
  77.       Top = 21
  78.       Width = 6
  79.       Height = 13
  80.       Cursor = crHandPoint
  81.       Alignment = taRightJustify
  82.       Anchors = [akTop, akRight]
  83.       Caption = 'X'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = 9122575
  86.       Font.Height = -11
  87.       Font.Name = 'Tahoma'
  88.       Font.Style = [fsUnderline]
  89.       ParentFont = False
  90.       ParentShowHint = False
  91.       ShowAccelChar = False
  92.       ShowHint = True
  93.       Transparent = True
  94.       OnClick = LabelClick
  95.       OnMouseMove = LabelMouseMove
  96.       OnMouseLeave = LabelMouseLeave
  97.     end
  98.     object lbURLTeach2000Online: TTntLabel
  99.       Tag = 4
  100.       Left = 7
  101.       Top = 21
  102.       Width = 6
  103.       Height = 13
  104.       Cursor = crHandPoint
  105.       Caption = 'X'
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = 9122575
  108.       Font.Height = -11
  109.       Font.Name = 'Tahoma'
  110.       Font.Style = [fsUnderline]
  111.       ParentFont = False
  112.       ParentShowHint = False
  113.       ShowAccelChar = False
  114.       ShowHint = True
  115.       Transparent = True
  116.       OnClick = LabelClick
  117.       OnMouseMove = LabelMouseMove
  118.       OnMouseLeave = LabelMouseLeave
  119.     end
  120.   end
  121.   object tiScroll: TTimer
  122.     Enabled = False
  123.     Interval = 25
  124.     OnTimer = tiScrollTimer
  125.     Left = 47
  126.     Top = 24
  127.   end
  128. end
  129.